gdk: exclude MOD1 from the virtual modifier mapping
authorMichael Natterer <mitch@gimp.org>
Mon, 7 Nov 2011 19:09:00 +0000 (20:09 +0100)
committerMichael Natterer <mitch@gimp.org>
Mon, 7 Nov 2011 19:09:00 +0000 (20:09 +0100)
commitac943bf69a87c992cfde59c6720ef08fdd20e683
treec260a73351d9976b1cafe77c86b54f2d6a8207b0
parentd80953666edfc4f8ad5682e5c06cfe81d38d03cb
gdk: exclude MOD1 from the virtual modifier mapping

which effectively nails down the MOD1 == ALT assumption that is valid
in all other parts of GTK+. After the modifier abstraction fixes for
OSX, the virtual mapping is now (correctly) used in more places, and
caused problems with the common default PC keyboard layout on X11 that
colocates ALT and META on the same key.
gdk/x11/gdkkeys-x11.c